Most linked
code:main.js
// ==UserScript==
// @name リンクの多いページを見る
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://scrapbox.io/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=scrapbox.io
// @grant none
// ==/UserScript==
setTimeout(() => {
document.querySelector("#dropdownMenuSort + ul > li:nth-child(7) > a").click();
}, 2200);